home *** CD-ROM | disk | FTP | other *** search
- on sel25
- global bore, sel, t1, drums
- light()
- set bore to bore + 1
- borecheck()
- set sel to 13
- if drums = 0 then
- puppetSound(1, 0)
- puppetSound(1, 224)
- set drums to 1
- end if
- if t1 = 2 then
- puppetSound(3, 0)
- puppetSound(3, 97)
- set t1 to 3
- else
- puppetSound(4, 0)
- puppetSound(4, 98)
- set t1 to 2
- end if
- end
-